home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / mate120s.zip / DEFAULT.CFG < prev    next >
Text File  |  1995-03-07  |  11KB  |  280 lines

  1. ; TAGMate v1.20 Standard Default Configuration File
  2. ; ═════════════════════════════════════════════════
  3. ;
  4. ; This file explains ALL available options to ALL available functions in
  5. ; TAGMate, before each section/function marker ("[<function name>]").
  6. ;
  7. ; "Global" Options
  8. ; ────────────────
  9. ;
  10. ; All of these options _must_ be defined in this section.  These options affect
  11. ; all programs within TAGMate and HAVE TO BE specified HERE.
  12. ;
  13. ; MainBBSPath   - Path to your node 1 Main BBS directory (STATUS.DAT).
  14. ; UserLstPath   - Path to your BBS' user data base file (USER.LST).
  15. ;
  16. [Global]
  17. MainBBSPath C:\BBS\
  18. UserLstPath C:\BBS\DFILES\
  19. ;
  20. ; "Log" Options
  21. ; ─────────────
  22. ;
  23. ; "Log" is the equivelant of NewLog v3.15, with some more enhancements and bug
  24. ; fixes. The options work basically the same was as in NEWLOG.CFG, except, on a
  25. ; few of them, I modified the name. I've also added a couple of new options.
  26. ;
  27. ; MultiString - The configurable string used to notify other nodes of logons.
  28. ; MultiLog    - Notifies users on ALL other nodes about the user logging in!
  29. ; LogPhone    - Adds users phone numbers in log for caller ID comparisons.
  30. ; AnotherLine - Place a second line of "═" characters after the column headers.
  31. ; NoDate      - Don't put the date at the top of the caller's log.
  32. ; ExtraField  - Type of extra information you want shown (calls today/node #'s).
  33. ; LogMode     - Columns (formatted) or Normal (unformatted) logging style.
  34. ; Skip255SL   - Skip logging of all callers that have a security level of 255.
  35. ; SkipKB      - Skip logging of all keyboard logons.
  36. ; AbortOff    - Insert "#ABORT OFF" to make the caller's log un-abortable.
  37. ; AltString   - The number of the Extra String to use for alternate strings.
  38. ; AltChar     - The character of the Extra Characters to use for alt. strings.
  39. ; TitleString - Title string (typically "Callers log for <BBS name>", etc).
  40. ; BannerFile  - ASCII (or ^C# color-coded) file to place before the log.
  41. ; OutputFile  - Full path/filename to write the caller's log output file to.
  42. ; OldLog      - Optional path/filename for "yesterday's" caller's log bulletin.
  43. ; AddPause    - Adds a pause character to the end of the output file.
  44. ;
  45. ; "Log" Color Configuration
  46. ; ─────────────────────────
  47. ;
  48. ; From&AtStrings  - Color number for "from" and "at" words in normal mode.
  49. ; Header          - Color number for column headers at top of log.
  50. ; UserName        - Color number for the user name logged.
  51. ; City/State      - Color number for the city/state the user is from.
  52. ; Time            - Color number for the time of the user's call.
  53. ; BPSRate         - Color number for the BPS rate/speed of the user's call.
  54. ; Calls/Node      - Color number for the "ExtraField" field specified.
  55. ; AltStrColor     - Color number for the alternate string logged.
  56. ; CallerNumber    - Color number for the user's caller number.
  57. ; Comments/Events - Color number for "/L"-logged events/comments.
  58. ; VersionInfo     - Color number for version information at top of log.
  59. ; New/Guest       - Color number for "<New>" and "<Guest>" strings in log.
  60. ; StringStart     - Color number for the "User String:" before alt. strings.
  61. ; TitleColor      - Color number for "TitleString" at top of log.
  62. ; DateColor       - Color number for the date string (if active).
  63. ;
  64. [Log]
  65. ;MultiString 4[0User Logging On4]
  66. ;MultiLog
  67. ;
  68. ; *****************************************************************************
  69. ; *****************************************************************************
  70. ; *** NOTE: Only enable the "LogPhone" option if you're creating a separate ***
  71. ; ***       callers' log for caller ID comparisons!  Read TAGMATE.DOC for   ***
  72. ; ***       a FULL description of the option and how to set it up properly! ***
  73. ; *****************************************************************************
  74. ; *****************************************************************************
  75. ;
  76. ;LogPhone D
  77. ;AnotherLine
  78. ;NoDate
  79. ExtraField Nodes
  80. LogMode Columns
  81. ;Skip255SL
  82. ;SkipKB
  83. ;AbortOff
  84. ;AltString 1
  85. ;AltChar 1
  86. TitleString The Galaxy BBS - TNT Software HQ
  87. BannerFile C:\BBS\BANNER.TXT
  88. ;OldLog C:\BBS\AFILES\BULLETD1.MSG
  89. OutputFile C:\BBS\AFILES\CALL_LOG.MSG
  90. From&AtStrings 3
  91. Header 2
  92. UserName 7
  93. City/State 7
  94. Time 0
  95. BPSRate 9
  96. Calls/Node 5
  97. New/Guest 8
  98. AltStrColor 0
  99. CallerNumber 2
  100. Comments/Events 7
  101. StringStart 4
  102. VersionInfo 2
  103. TitleColor 2
  104. DateColor 3
  105. ;
  106. ; "Trak" Options
  107. ; ──────────────
  108. ;
  109. ; "Trak" is the exact equivelant of DoorStat, except for a few bug fixes here
  110. ; and there. The DoorStat data file is fully-compatible, and all of the options
  111. ; are the exact same, although you have to remove "DS_" from them.
  112. ;
  113. ; TitleStr     - Title to place at top of the output file.
  114. ; StartingDate - Enable this if you want to show the date the data file began.
  115. ; LogIfZero    - Enable this if you want to show doors with no activity.
  116. ; AbortOff     - Enable this if you want the output file to be un-abortable.
  117. ; DoorLimit    - The maximum number of doors that will be in the output file.
  118. ; NoAutoCreate - Enable this if you DO NOT want doors to be auto-created.
  119. ; AutoRestart  - The style of auto-restarting (if any). Year, Monthly, Daily.
  120. ; ASCIIFile    - Complete path/filename to write an ASCII output file.
  121. ; OutputFile   - Complete path/filename to write T.A.G. BBS output file.
  122. ; DataFile     - Complete path/filename to read/write door data file from/to.
  123. ; AddPause     - Adds a pause character to the end of the output file.
  124. ;
  125. ; "Trak" Color Configuration
  126. ; ──────────────────────────
  127. ;
  128. ; BorderColor      - Color number of the border around the output table.
  129. ; DoorColor        - Color number of the doornames.
  130. ; HeaderColor      - Color number of the column headers of the output table.
  131. ; PercentColor     - Color number of the percent active.
  132. ; TitleColor       - Color number of the title string specified.
  133. ; RankBracketColor - Color number of the "[", "]"'s surrounding the rank.
  134. ; RankColor        - Color number of the ranking of the door.
  135. ; TodayColor       - Color number of the number of times executed today.
  136. ; TimesColor       - Color number of the total number of times executed.
  137. ; DateColor        - Color number of the last date executed.
  138. ;
  139. [Trak]
  140. TitleStr The Galaxy's Top 10 Doors
  141. StartingDate
  142. DoorLimit 10
  143. AutoRestart Monthly
  144. OutputFile C:\BBS\AFILES\DOORSTAT.MSG
  145. ;AbortOff
  146. ;LogIfZero
  147. ;NoAutoCreate
  148. ;ASCIIFile C:\BBS\DOORS.TXT
  149. DataFile C:\BBS\TMDOORS.DAT
  150. BorderColor 9
  151. DoorColor 2
  152. HeaderColor 3
  153. PercentColor 2
  154. TitleColor 0
  155. RankBracketColor 4
  156. RankColor 0
  157. TodayColor 2
  158. TimesColor 2
  159. DateColor 0
  160. ;
  161. ; "Send" Options
  162. ; ──────────────
  163. ;
  164. ; "Send" is the equivelant of "AutoMail". All options should be the exact same.
  165. ;
  166. ; Options That Apply to All Formats
  167. ; ---------------------------------
  168. ; MessageType - Type of the message ── E)cho or N)ormal.
  169. ; InputFile   - ASCII input file. T.A.G. SDR codes almost-fully supported!
  170. ; Format      - F)ido or H)udson format to write in.
  171. ; MsgPath     - Path to message base/message base files.
  172. ; Subject     - Subject to use in the message.
  173. ; NoSDRCodes  - Disable the support for T.A.G. BBS SDR codes in the input file.
  174. ; HeaderFile  - ASCII file to include prior the InputFile.
  175. ; FooterFile  - ASCII file to include after the InputFile.
  176. ; UseOther    - Use the SENDER'S user information in SDR codes (not receiver).
  177. ;
  178. ; EchoMail (ANY Message Base Format) -ONLY- Options
  179. ; -------------------------------------------------
  180. ; Flag####### - Enable these accordingly if you want the "XXXXX" flag to be on.
  181. ; Origin      - Origin line to use (only needed for echos).
  182. ; NoExport    - Do NOT export message to tosser/scanner, if posted in an echo.
  183. ; Address     - Address appended onto origin line (e.g. 1:2410/480).
  184. ;
  185. ; Fido (*.MSG) Format -ONLY- Options
  186. ; ----------------------------------
  187. ; EchoTag     - EchoTag of the message base (only needed for Fido/Echo).
  188. ;
  189. ; Hudson Format -ONLY- Options
  190. ; ----------------------------
  191. ; BoardNumber - Hudson board number of the base (only needed for Hudson).
  192. ;
  193. ; JAM Format -ONLY- Options
  194. ; -------------------------
  195. ; MsgBaseFile - Filename (NO extension) for JAM area to post in (if active).
  196. ;
  197. [Send]
  198. ;EchoTag TAG
  199. FlagLocal
  200. ;FlagCrash
  201. ;FlagKillSent
  202. ;FlagSent
  203. ;FlagFileAttach
  204. ;FlagReqRct
  205. ;FlagReqAud
  206. ;FlagRetRct
  207. ;FlagFileReq
  208. ;FlagRcvd
  209. ;FlagPriv
  210. MessageType Normal
  211. InputFile C:\BBS\AMAIL1.TXT
  212. Format F
  213. MsgPath C:\BBS\MSGS\EMAIL\
  214. ;MsgBaseFile GENERAL
  215. ;Origin The Galaxy BBS | (313)284-5455 | v.32bis/v.42bis
  216. ;NoExport
  217. Subject Welcome, new user!
  218. ;NoSDRCodes
  219. ;HeaderFile C:\BBS\HEADER.TXT
  220. ;FooterFile C:\BBS\FOOTER.TXT
  221. ;Address 1:2410/480
  222. ;BoardNumber 1
  223. ;UseOther
  224. ;
  225. ; "Files" Options
  226. ; ───────────────
  227. ;
  228. ; "Files" is the equivelant of Top 15, but with MANY bug fixes and optimi-
  229. ; zations. The area exclusion now _works_ and with even-more options.
  230. ;
  231. ; TitleString - Title to place at top of output file.
  232. ; OutputFile  - Path/filename to write T.A.G. ^C# color-coded output file.
  233. ; CDROMAreas  - De-comment this if you want to scan CD-ROM .DIR files as well.
  234. ; NoPassword  - De-comment this if you do NOT want to scan passworded-bases.
  235. ; TurboMode   - De-comment this if you don't want progress displayed on-screen.
  236. ; AreaNumbers - De-comment this if you want to include board numbers, no names.
  237. ; UseFlag x   - Scan file boards that require flag "x" to access (up to 26).
  238. ; MinDSL xxx  \ Scan file boards that require a minimum of xxx DSL to access,
  239. ; MaxDSL yyy  / up to and including file boards that require yyy.
  240. ;
  241. ; "Files" Color Configuration
  242. ; ───────────────────────────
  243. ;
  244. ; Bars         - Color number of the "═" bars in the output file.
  245. ; Headers      - Color number of the column headers in the table.
  246. ; RankBrackets - Color number of the "[", "]"'s surrounding the rank.
  247. ; RankColor    - Color number of the rank of the file (1-15).
  248. ; FileNames    - Color number of the file names in the table.
  249. ; FileSizes    - Color number of the file sizes in the table.
  250. ; FileDates    - Color number of the dates the files were uploaded.
  251. ; NumTimes     - Color number of the number of times-downloaded in the table.
  252. ; #Symbol      - Color number of the pound sign before the area in the table.
  253. ; AreaColor    - Color number of the area number in the table.
  254. ; TitleColor   - Color number of the "TitleString" before the table.
  255. ;
  256. [Files]
  257. TitleString The Galaxy's Most-Popular Files
  258. OutputFile C:\BBS\AFILES\TOP15.MSG
  259. ;CDROMAreas
  260. ;NoPassword
  261. ;TurboMode
  262. ;AreaNumbers
  263. UseFlag @
  264. ;UseFlag A
  265. ;UseFlag B
  266. MinDSL 0
  267. MaxDSL 255
  268. Bars 9
  269. Headers 3
  270. RankBrackets 4
  271. RankColor 0
  272. FileNames 3
  273. FileSizes 3
  274. FileDates 3
  275. NumTimes 3
  276. #Symbol 4
  277. AreaColor 0
  278. TitleColor 2
  279. ;                                -End of File-
  280.